home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / pbnet17.zip / STRUCT.ZIP / INOUT / IMPORT.BAT < prev    next >
DOS Batch File  |  1994-05-29  |  262b  |  12 lines

  1. @echo off
  2. if "%2" == "" goto DONE
  3. if not "%LASTNET%" == "%1" echo        - Importing %1 mail -
  4. set LASTNET=%1
  5. pkunzip -o %2 c:\fd\pkttemp >nul
  6. del %2
  7. cd \fd\%1
  8. \fd\inout\pbnetin.exe
  9.  
  10. :done
  11. cd \fd\files
  12.